home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
wgt
/
wgttut2
/
wgtgfx.h
< prev
Wrap
C/C++ Source or Header
|
1994-10-13
|
504b
|
14 lines
/* Graphics support routines for this tutorial */
extern unsigned char far *abuf; /* A000 buffer */
extern int tx, ty, bx, by; /* Clipping variables, top and bottom */
extern unsigned char currentcolor;
extern void setvideomode (int mode);
extern void setclipping (int x1, int y1, int x2, int y2);
extern void drawcolor (unsigned char col);
extern void setvga256 (void);
extern void horizontal_line (int x1, int x2, int y);
extern void drawpixel (int x, int y, unsigned char col);